home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / disk / kutil13.zip / SYNCH.TXT < prev    next >
Text File  |  1995-12-06  |  4KB  |  106 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.  
  4.               Copyright (c) 1994-95 by Rob McDonell, ARK ANGLES
  5.                              All Rights Reserved
  6.  
  7.  
  8.                      SYNCH - Synchronise Directories 1.3
  9.  
  10.  
  11. This utility synchronises the contents of two drives or directories by
  12. copying any new or updated files in both directions.  This is particularly
  13. useful for updating information between two computers connected through a
  14. null modem cable.  It works like the XCOPY command with the /S parameter
  15. except that it will only copy new or updated files, and performs the copy in
  16. both directions.  It is equivalent to running SAFECOPY for each directory
  17. and its subdirectories.
  18.  
  19.  
  20. USAGE:
  21.  
  22.  SYNCH directory1 [directory2] [options]
  23.  
  24. where:  directory1   is the first drive or directory
  25.  
  26.         directory2   is the second drive or directory, or the current
  27.                      directory if blank
  28.  
  29.         options      is any of the following:
  30.  
  31.           /1         copy only from directory1 to directory2
  32.           /2         copy in both directions (default)
  33.           /D         synch directory only, not subdirectories
  34.           /S         synch directory and all subdirectories (default)
  35.           /T         synch subdirectories only, not directory itself
  36.  
  37. Either directory will be created if it does not already exist, as will any
  38. subdirectory.
  39.  
  40.  
  41. EXAMPLES:
  42.  
  43.   SYNCH C:\DIR1 D:\DIR2          will synchronise the contents of the DIR1
  44.                                  directory on C: with the DIR2 directory on D:
  45.  
  46.   SYNCH C:\DIR1 A:\              will synchronise the contents of the DIR1
  47.                                  directory on C: with the root directory on A:
  48.  
  49.   SYNCH B:\                      will synchronise the contents of the root
  50.                                  directory on B: with the current directory
  51.  
  52.   SYNCH C:\DIR1 A:\ /1           will ensure that drive A: contains all the
  53.                                  latest files from C:\DIR1 and A:
  54.  
  55.   SYNCH C:\DIR1 D:\DIR2 /D       will synchronise the files in C:\DIR1 and
  56.                                  D:\DIR2 but not their subdirectories
  57.  
  58.   SYNCH A:\ B:\ /T               will synchronise the contents of drives A:
  59.                                  and B: except for the root directories
  60.  
  61. Run SYNCH with no parameters or "?" or "/?" to display simple help and
  62. registration information.
  63.  
  64.  
  65. SYNCHRONISING TWO DISKETTES IN THE SAME DRIVE:
  66.  
  67. The contents of two diskettes can be synchronised in the same drive by using
  68. a temporary directory on a second drive as an intermediary.  For example, to
  69. synchronise two diskettes in drive A:
  70.  
  71. 1.  Put the first diskette into A: and synchronise it with the temporary
  72. directory
  73.  
  74.   SYNCH A:\ C:\TEMPDIR
  75.  
  76. 2.  Put the second diskette into A: and synchronise it with the temporary
  77. directory
  78.  
  79.   SYNCH A:\ C:\TEMPDIR
  80.  
  81. 3.  Put the first diskette back into A: again and synchronise it with the
  82. temporary directory one more time
  83.  
  84.   SYNCH A:\ C:\TEMPDIR
  85.  
  86. Note that you do not have to create C:\TEMPDIR prior to running SYNCH, however
  87. you will have to delete it afterwards.  This is easiest with a complete
  88. directory tree removal program such as RMTREE also from K-Tools Utilities.
  89.  
  90.  
  91. REGISTRATION:
  92.  
  93. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  94. using it after the 60 day trial period you must register, which costs only
  95. A$15 per utility or A$29, US$24, £15, Dm40, ¥2400 for the whole collection.
  96.  
  97. Author:     Rob McDonell
  98.             ARK ANGLES
  99.             P O Box 190 (61 Oaklands Rd)
  100.             Hazelbrook  NSW  2779
  101.             AUSTRALIA
  102. Phone:      Intl+61-47-588100
  103. Fax:        Intl+61-47-588638
  104. Compuserve: 100237,141
  105. Internet:   100237.141@compuserve.com
  106.